From: Jyrki Gadinger Date: Wed, 4 Jun 2025 08:20:15 +0000 (+0200) Subject: fix(msi): set the REBOOT property in the MSI X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2~13^2~1^2~16^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c2b918057a35709cc1bedd771be96fb8594e8fc7;p=nextcloud-desktop.git fix(msi): set the REBOOT property in the MSI A value of `ReallySuppress` will not display a reboot prompt whenever the `ForceReboot` action was run, or whenever a reboot was scheduled (e.g. by `FilesInUse`). Apparently this will not reboot the machine on its own either. `winget` sets this property in its manifest[0], and according to reports in issue #5369 this seems to work. See also: https://learn.microsoft.com/en-us/windows/win32/msi/reboot [0]: https://github.com/microsoft/winget-pkgs/blob/0b40904d1480f67d48c6d8e2ac7f27b31aa566c7/manifests/n/Nextcloud/NextcloudDesktop/3.16.5/Nextcloud.NextcloudDesktop.installer.yaml#L16 Signed-off-by: Jyrki Gadinger --- diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 942275ad8..fcc70de59 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -47,6 +47,7 @@ +